a,
img,
input,
svg,
*:before,
*:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

a:hover img,
a:hover input,
a.hover:hover,
.btn a:hover,
.btn input:hover {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

#wrapper p.btn {
  text-align: center; }
  #wrapper p.btn a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    width: 100%;
    color: #fff;
    line-height: 1;
    background: url(../img/btn_arrow.png) right 20px center no-repeat rgba(255, 255, 255, 0.3);
    border: 1px solid  #fff;
    padding: 15px 0;
    margin-top: 20px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      #wrapper p.btn a {
        font-size: 14px; } }
    #wrapper p.btn a:hover {
      background-color: rgba(255, 255, 255, 0.5); }

.pager {
  width: 100%;
  border-top: 1px solid  #898989;
  border-bottom: 1px solid  #898989;
  padding: 30px; }
  @media screen and (max-width: 768px) {
    .pager {
      padding: 15px 5%; } }
  .pager ul {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: -webkit- center;
    align-items: center; }
    .pager ul li.prev a {
      padding-left: 50px; }
      @media screen and (max-width: 768px) {
        .pager ul li.prev a {
          padding-left: 20px; } }
      .pager ul li.prev a:before {
        content: "<";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .pager ul li.next a {
      padding-right: 50px; }
      @media screen and (max-width: 768px) {
        .pager ul li.next a {
          padding-right: 20px; } }
      .pager ul li.next a:before {
        content: ">";
        position: absolute;
        top: 50%;
        right: 0;
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .pager ul li a {
      color: #fff;
      font-size: 25px;
      position: relative;
      display: block;
      text-decoration: none; }
      .pager ul li a.anniv {
        color: #b3b3b3 !important; }
      .pager ul li a:hover {
        color: #ccc; }
      @media screen and (max-width: 768px) {
        .pager ul li a {
          font-size: 16px; } }

.bgw {
  background: #fff; }

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .video-container video {
    min-width: 101%;
    min-height: 101%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .video-container .filter {
    background: url(../img/mv_cover.png) center center/cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

a.target {
  padding-top: 120px;
  margin-top: -120px;
  display: block; }
  @media screen and (max-width: 768px) {
    a.target {
      padding-top: 60px;
      margin-top: -60px; } }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

/*# sourceMappingURL=common_layout.css.map */
